home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / 2687.ZIP / COMPILE.HLP < prev    next >
Text File  |  1990-09-26  |  1KB  |  22 lines

  1. LSYSTEM  Universal logic simulator V3 R2/10/1990  (c) P.Rushbrook & M.E. Brinson 
  2. Compiler directives:
  3.     .LIB filename              = Load primitive file. (must have at least 1)
  4.     .INCLUDE filename          = Include text/MACRO file.
  5.     .MACRO name N1 N2 .... NN  = Macro definition start.
  6.     .ENDM                      = End of macro definition.
  7.     .SUBCKT .... .ENDS         = Same as .MACRO .... .ENDM.
  8.     .LIST                      = Produce listing (.LST) file.
  9.     .EXPAND                    = Produce listing with macro expansion (.EXP).
  10.     .END                       = End of circuit description file.
  11.     .PRINT N1 N2 .... NN       = Output node table  to result file (.RLT).
  12.     .PLOT  N1 N2 .... NN       = Output node plot to result file (.RLT).
  13.     .TIME TFIN WD_time_int
  14. Element syntax.
  15.     Element_name node1 node2 ..... PRIMITIVE/MACRO_name <option, option, ....>
  16.     Options: delay(nS), rise(nS), fall(nS), strength(%), high(%), low(%).
  17. Clock syntax.
  18.     (1) Element_name node CLK0 | CLK1 T1 T2 T3 ...... TN
  19.     (2) Element_name node CLK0 | CLK1 PERIOD(TP)
  20.     (3) Element_name node CLK0 | CLK1 REPEAT(TD NOR T1 T2 T3 T4 ...... TF)
  21.     (4) Element_name node CLK0 | CLK1 TABLE(TD Tinc 0,1,1,1,.............)
  22. <<<<<<<<<<<<  All times are in nS.   CLK0 | CLK1 means CLK0 or CLK1.  >>>>>>>>>>